PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / save Method
In This Topic
    save Method
    In This Topic
    Saves the PDF page.
    The page must be included in a document and the save procedure must be already initiated by a call.
    Syntax
    public void save()
    Exceptions
    ExceptionDescription
    When the page does not belong to a document or the save operation has not been initiated on the document.
    See Also